home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP5 / XIMAP5.dxr / 00388.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  295 b   |  14 lines

  1. on mouseDown
  2.   hChickletState("flashlight on", "FLSHLITE.AIF")
  3.   if the visible of sprite 16 then
  4.     hVisibleSprite(1, 17, 17)
  5.   end if
  6.   updateStage()
  7.   repeat while the mouseDown
  8.     nothing()
  9.   end repeat
  10.   hChickletState("flashlight off", 0)
  11.   hVisibleSprite(0, 17, 17)
  12.   updateStage()
  13. end
  14.